﻿/*html {
	overflow: auto;
	min-width: 1400px;
}

body {
	overflow: visible;
	margin: 0 auto;
	min-width: 1400px;
	font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", FontAwesome, sans-serif;
	background: transparent;
}

ul,
ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

a:link,
a:visited {
	color: currentcolor;
}*/

.byzwPC-topbar,
.byzwPC-header,
.byzwPC-channel,
.byzwPC-subNav,
.cataAD,
.byzwPC-footer {
	font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", FontAwesome, sans-serif;
}

.byzwPC-hide,
.bypc-hide {
	display: none;
}

.byzwPC-width-1200,
.bypc-width-1200 {
	display: block;
	margin: 0 auto;
	width: 1400px;
}

.byzwPC-width-1000 {
	display: block;
	margin: 0 auto;
	width: 1000px;
}

.byzwPC-width-200 {
	width: 200px;
}


/* background  */

.bgWhite {
	background: #FFF !important;
}

.byzwPC-bg-redEE0 {
	background-color: #ee0000 !important;
	color: #FFF !important;
}

.byzwPC-bg-primaryGray {
	background-color: #F9F9F9 !important;
}

.byzwPC-bg-tranparent {
	background-color: transparent !important;
}

.byzwPC-bg-white {
	background-color: #FFF !important;
}


/* button */

.byzwPC-btn-primaryRed,
.byzwPC-btn-Red,
.byzwPC-btn-primaryBlue,
.byzwPC-btn-Blue,
.byzwPC-btn-Green,
.byzwPC-btn-Orange {
	border: none;
	color: #FFF!important;
	letter-spacing: 2px;
}

.byzwPC-btn-boxRed,
.byzwPC-btn-boxRed:hover {
	border: 1px solid #ff0000;
	border-radius: 2px;
	color: #FF4040;
}

.byzwPC-btn-boxGray {
	border: 1px solid #DDD;
	border-radius: 2px;
	color: #AAA;
}

.byzwPC-btn-primaryRed {
	background-color: rgba(255, 0, 0, 0.7);
}

.byzwPC-btn-Red {
	background-color: #ff0000;
}

.byzwPC-btn-primaryBlue {
	background-color: rgba(0, 115, 255, 0.7);
}

.byzwPC-btn-Blue {
	background-color: rgba(0, 0, 255, 0.7);
}

.byzwPC-btn-Green {
	background-color: #30bf30;
}

.byzwPC-btn-Orange {
	background-color: rgba(255, 105, 0, 0.7);
}

.byzwPC-btn-primaryGray {
	background-color: rgba(200, 200, 200, 0.7);
	border: none;
	letter-spacing: 2px;
}


/*  topbar  顶栏 */

/*.byzwPC-topbar {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	margin-bottom: 36px;
	width: 100%;
	height: 36px;
	background-color: #F9F9F9;
	box-shadow: 0 1px 8px rgba(128, 64, 64, 0.4);
}

.byzwPC-topbar .byzwPC-width-1200,
.byzwPC-topbar .bypc-width-1200 {
	width: auto;
	max-width: 1400px;
}*/

.byzwPC-topbar {
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	margin-bottom: 36px;
	width: 100%;
	height: 36px;
	background-color: #F9F9F9;
	box-shadow: 0 1px 8px rgba(128, 64, 64, 0.3);
	-webkit-box-shadow: 0 1px 8px rgba(128, 64, 64, 0.3);
}

.byzwPC-topbar ul {
	float: left;
	padding: 0;
}

.byzwPC-topbar ul:last-of-type {
	float: right;
}

.byzwPC-topbar ul li {
	float: left;
	font-size: 12px;
}

.byzwPC-topbar ul li a {
	display: inline-block;
	padding-right: 8px;
	line-height: 36px;
	font-size: 14px;
	color: #666;
}

.byzwPC-topbar ul li a:not(:last-of-type) {
	padding-right: 0;
}

.byzwPC-topbar ul:first-of-type li a font {
	color: #444;
}

.byzwPC-topbar ul:first-of-type li a span {
	color: #FF0000;
}

.byzwPC-topbar ul:last-of-type {
	float: right;
	text-align: right;
}

/*.byzwPC-topbar ul:last-of-type li:not(:first-of-type)::before {
	float: left;
	display: inline-block;
	content: "";
	position: relative;
	top: 12px;
	left: 0;
	width: 2px;
	height: 12px;
	background-color: #DDD;
}*/

.byzwPC-topbar ul:last-of-type li a {
	padding-left: 10px;
	padding-right: 0;
}


/* header 头部logo+搜索 */

.byzwPC-header {
	display: block;
	position: relative;
	top: 36px;
	margin: 0 auto;
	margin-bottom: 36px;
	width: 1400px;
	height: 100px;
	background-color: #FFF;
}

.byzwPC-headerA {
	display: block;
	position: relative;
	top: 0;
	margin: 0 auto;
	width: 1400px;
	height: 100px;
	background-color: #FFF;
}


/* header logo */

.byzwPC-header .byzwPC-header-logo {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline-block;
	/*width: 200px;*/
	height: 80px;
	overflow: hidden;
}

.byzwPC-header .byzwPC-header-logo img {
	width: 100%;
}

.byzwPC-header .byzwPC-header-logo a.title {
	float: left;
	display: inline;
	padding-top: 10px;
	width: 200px;
	font-size: 36px;
	font-weight: 700;
	line-height: 70px;
	letter-spacing: 4px;
	color: #FF0000;
	text-align: center;
	text-shadow: 2px 2px 0 #F0F0F0;
}


/* header menu */

.byzwPC-header .byzwPC-header-menu {
	float: left;
	position: relative;
	top: 50px;
	left: 0;
	display: inline-block;
	/*width: 450px;
	width: 500px;*/
}

.byzwPC-header .byzwPC-header-menu h2 {
	float: left;
	display: inline-block;
	margin-left: 25px;
	margin-bottom: 0;
	padding-left: 25px;
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 1px;
	color: #AAA;
	border-left: 2px solid #F0F0F0;
}

.byzwPC-header .byzwPC-header-menu a {
	float: left;
	display: inline-block;
	padding-left: 25px;
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
	color: #999;
}

.byzwPC-header .byzwPC-header-menu a span {
	color: #FF0000;
}

.byzwPC-header .byzwPC-header-menu a:hover,
.byzwPC-header .byzwPC-header-menu a.active {
	color: #FF0000;
}


/* header shortcut */

.byzwPC-header .byzwPC-header-shortcut {
	float: right;
	display: inline-block;
	/*float: left;
	display: block;
	width: 550px;*/
	width: 500px;
	text-align: right;
}

.byzwPC-header .byzwPC-header-shortcut ul {
	float: left;
	display: block;
	margin-top: 50px;
	width: 100%;
}

.byzwPC-header .byzwPC-header-shortcut ul li {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 15px;
	line-height: 40px;
	color: #666;
}


/* header searchbar */

.byzwPC-header .byzwPC-searchbar {
	float: right;
	display: inline-block;
	padding-top: 40px;
	/*width: 550px;*/
	width: 500px;
}

.byzwPC-searchbar input.byzwPC-searchbar-input {
	float: left;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	width: 350px;
	height: 38px;
	background-color: #FFF;
	border: 1px solid #FF0000;
	border-left: none;
	border-radius: 0;
	outline: 0;
	-webkit-appearance: none;
}

.byzwPC-searchbar input.byzwPC-searchbar-input:focus {
	outline: 0;
	-webkit-appearance: none;
}

.byzwPC-searchbar .byzwPC-searchbar-select {
	float: left;
	display: block;
	width: 75px;
	height: 38px;
	font-size: 14px;
	line-height: 38px;
	color: #666;
	text-indent: 10px;
	background-color: #FFF;
	border: 1px solid #FF0000;
	border-right: 1px solid #DDD;
}

.byzwPC-searchbar .byzwPC-searchbar-select i {
	text-indent: 5px;
}

.byzwPC-searchbar .byzwPC-searchbar-select ul {
	position: relative;
	top: -1px;
	z-index: 19;
	width: 100%;
	background-color: #FFF;
	border: 1px solid #DDD;
	border-top: none;
}

.byzwPC-searchbar .byzwPC-searchbar-select ul li {
	border-top: 1px solid #DDD;
}

.byzwPC-searchbar .byzwPC-searchbar-select:hover,
.byzwPC-searchbar .byzwPC-searchbar-select ul li:hover {
	background-color: #F0F0F0;
	cursor: pointer;
}

.byzwPC-searchbar button.byzwPC-searchbar-btn {
	float: left;
	display: block;
	padding: 0;
	width: 75px;
	height: 38px;
	font-size: 14px;
	line-height: 38px;
	letter-spacing: 0;
	text-align: center;
}

.byzwPC-searchbar button.byzwPC-searchbar-btn:visited {
	color: #FFF;
}


/* header searchbar - cityList */

.byzwPC-cityList .byzwPC-header-menu {
	width: 400px;
}

.byzwPC-cityList .byzwPC-searchbar {
	width: 600px;
}

.byzwPC-cityList .byzwPC-searchbar input.byzwPC-searchbar-input {
	width: 300px;
}

.byzwPC-cityList .byzwPC-searchbar button.byzwPC-searchbar-btn:last-of-type {
	margin-left: 15px;
	width: 110px;
}


/* channel 频道分类导航 */

.byzwPC-channel {
	display: block;
	margin: 0 auto;
	width: 1400px;
	min-height: 40px;
	background-color: #F0F0F0 !important;
	/*box-shadow: 0px -2px 8px rgba(128, 64, 64, 0.1) inset;*/
	box-shadow: 0 -2px 8px rgb(128, 64, 64, 0.02) inset !important;
}

.byzwPC-channel a {
	float: left;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	min-width: 60px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	letter-spacing: 2px;
	color: #282828;
	text-align: center;
	text-shadow: 1px 1px 0 #FFF;
}

.byzwPC-channel a.active,
.byzwPC-channel a:hover {
	color: #ff0000;
}

.byzwPC-channel .goback {
	float: right;
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	color: #666;
}


/* allNav & subNav & subChannel 频道二级分类导航 */

.byzwPC-allNav {
	float: left;
	display: block;
	width: 100%;
}

.byzwPC-allNav ul {
	float: left;
	display: block;
	padding: 8px 6px 6px;
	width: 100%;
	background-color: #F9F9F9;
	box-shadow: 0 -2px 8px rgb(128, 64, 64, 0.02) inset !important;
}

.byzwPC-allNav ul li a {
	float: left;
	display: inline-block;
	width: 2.94%;
	height: 24px;
	font-size: 13px;
	line-height: 24px;
	letter-spacing: 0;
	color: #666;
	text-align: center;
}

.byzwPC-allNav ul li a font {
	color: #FF0000;
}

.byzwPC-allNav ul li a:hover,
.byzwPC-allNav ul li a.active {
	color: #ff0000;
}

.byzwPC-subNav {
	float: left;
	display: block;
	width: 100%;
}


/*.byzwPC-subNav ul {
	float: left;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	background-color: #F9F9F9;
	width: 100%;
}*/

.byzwPC-subNav ul {
	float: left;
	display: block;
	padding: 5px;
	width: 100%;
	background-color: #F9F9F9;
	/*box-shadow: 0 -2px 8px rgb(128, 64, 64, 0.02) inset !important;*/
}

.byzwPC-subNav ul:not(:first-of-type) {
	border-top: 1px dashed #CCC;
}


/*.byzwPC-subNav ul li a {
	float: left;
	display: inline-block;
	padding-left: 6px;
	padding-right: 6px;
	height: 30px;
	font-size: 13px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #666;
	text-align: center;
}*/


/*.byzwPC-subNav ul li a {
	float: left;
	display: inline-block;
	padding-left: 10px;
	padding-right: 8px;
	height: 22px;
	font-size: 13px;
	line-height: 22px;
	letter-spacing: 1px;
	color: #666;
	text-align: center;
}*/


/*.byzwPC-subNav ul li a {
	float: left;
	display: inline-block;
	padding-left: 8px;
	padding-right: 6px;
	min-width: 2.94%;
	height: 22px;
	font-size: 13px;
	line-height: 22px;
	color: #666;
	text-align: center;
}*/

.byzwPC-subNav ul li a {
	float: left;
	display: inline-block;
	padding-left: 6px;
	padding-right: 4px;
	min-width: 2.94%;
	height: 26px;
	font-size: 15px;
	line-height: 26px;
	color: #666;
	text-align: center;
}

.byzwPC-subNav ul li a font {
	color: #FF0000;
}

.byzwPC-subNav ul li a:hover,
.byzwPC-subNav ul li a.active {
	color: #ff0000;
}

.byzwPC-subChannel {
	float: left;
	display: block;
	width: 100%;
}

.byzwPC-subChannel ul {
	float: left;
	display: block;
	width: 100%;
	background-color: #F0F0F0;
	box-shadow: 0px -2px 8px rgba(128, 64, 64, 0.1) inset;
}

.byzwPC-subChannel ul li {
	float: left;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	width: 100%;
}

.byzwPC-subChannel ul li:not(:first-of-type) {
	border-top: 1px dashed #CCC;
}

.byzwPC-subChannel ul li a {
	float: left;
	display: inline-block;
	padding-left: 6px;
	padding-right: 6px;
	height: 30px;
	font-size: 13px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #666;
	text-align: center;
}

.byzwPC-subChannel ul li a font {
	color: #FF0000;
}

.byzwPC-subChannel ul li a:hover,
.byzwPC-subChannel ul li a.active {
	color: #ff0000;
}


/* footer 底栏网站链接+认证说明 */


/*.byzwPC-footer {
	float: left;
	display: block;
	width: 100%;
	background-color: #282828;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}

.byzwPC-footer .byzwPC-footer-shortCut {
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 1400px;
	border-bottom: 1px solid #333;
}

.byzwPC-footer .byzwPC-footer-shortCut a {
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 12px;
	line-height: 12px;
	color: #AAA;
}

.byzwPC-footer .byzwPC-footer-shortCut a:hover {
	color: #FFF;
}

.byzwPC-footer .byzwPC-footer-shortCut a:not(:last-of-type) {
	border-right: 1px solid #666;
}

.byzwPC-footer .byzwPC-footer-copyRight {
	margin: 0 auto;
	padding: 5px;
	width: 1400px;
	font-size: 12px;
	line-height: 30px;
	color: #666;
}

.byzwPC-footer .byzwPC-footer-cetification {
	margin: 0 auto;
	width: 1400px;
}

.byzwPC-footer .byzwPC-footer-cetification a {
	display: inline-block;
	padding: 10px;
	line-height: 20px;
	text-decoration: none;
}

.am-gotop-fixed .am-gotop-icon {
	background-color: #FF0000 !important;
	color: #FFF !important;
}*/

.byzwPC-footer {
	float: left;
	display: block;
	padding-bottom: 20px;
	width: 100%;
	font-size: 12px;
	color: #666;
	background-color: #F0F0F0;
	box-shadow: 0px 0px 6px rgba(128, 64, 64, 0.05);
}

.byzwPC-footer .byzwPC-footer-sitelink {
	float: left;
	display: block;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 100%;
	/*background-color: #F0F0F0;
	box-shadow: 0px 0px 6px rgba(128, 64, 64, 0.05) inset;*/
	border-bottom: 1px solid #DDD;
}

.byzwPC-footer .byzwPC-footer-sitelink .title {
	float: left;
	display: block;
	width: 100%;
}

.byzwPC-footer .byzwPC-footer-sitelink .title h3 {
	float: left;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: 4px;
	color: #282828;
	text-shadow: 1px 1px 0 #FFF;
}

.byzwPC-footer .byzwPC-footer-sitelink .list {
	float: left;
	display: block;
	width: 100%;
	overflow: hidden;
}

.byzwPC-footer .byzwPC-footer-sitelink .list a {
	float: left;
	display: inline-block;
	/*padding: 5px 15px;*/
	padding: 5px 12px;
	font-size: 14px;
	line-height: 20px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.byzwPC-footer .byzwPC-footer-sitelink .list a:first-of-type {
	padding-left: 5px;
}

.byzwPC-footer .byzwPC-footer-more {
	float: left;
	display: block;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
}

.byzwPC-footer .byzwPC-footer-more .copyright {
	float: left;
	display: inline-block;
	color: #999;
}

.byzwPC-footer .byzwPC-footer-more .copyright a {
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	border-left: 1px solid #DDD;
}

.byzwPC-footer .byzwPC-footer-more .shortCut {
	float: left;
	display: inline-block;
}

.byzwPC-footer .byzwPC-footer-more .shortCut a {
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	color: #444;
	border-left: 1px solid #DDD;
}


/*.byzwPC-footer .byzwPC-footer-more .shortCut a:not(:last-of-type) {
	border-right: 1px solid #DDD;
}*/

.byzwPC-footer .byzwPC-footer-shortCut {
	float: left;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	text-align: center;
}

.byzwPC-footer .byzwPC-footer-shortCut a {
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	/*font-size: 12px;
	line-height: 12px;*/
	font-size: 14px;
	line-height: 14px;
	color: #444;
}

.byzwPC-footer .byzwPC-footer-shortCut a:not(:last-of-type) {
	border-right: 1px solid #DDD;
}

.byzwPC-footer .byzwPC-footer-copyRight {
	float: left;
	display: block;
	padding: 5px;
	width: 100%;
	/*font-size: 12px;*/
	font-size: 14px;
	line-height: 30px;
	color: #999;
	text-align: center;
}

.byzwPC-footer .byzwPC-footer-cetification {
	float: left;
	display: block;
	width: 100%;
	text-align: center;
}

.byzwPC-footer .byzwPC-footer-cetification a {
	display: inline-block;
	padding: 10px;
	line-height: 20px;
	text-decoration: none;
}


/* goTop */

.am-gotop-fixed {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 1010;
	opacity: 0;
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 0;
	text-align: center;
	background-color: #FF0000;
}

.am-gotop-fixed i {
	float: left;
	margin: 14px 0 0 9px;
	width: 23px;
	height: 12px;
	background: url('../images/icon_gotop.png') no-repeat;
}

.am-gotop-fixed i.am-gotop-icon {
	background-color: transparent !important;
}

.am-gotop-fixed i.am-icon-chevron-up:before {
	display: none;
}

/*.am-gotop-fixed i.am-gotop-icon {
	background-color: #FF0000 !important;
	color: #FFF !important;
}*/